projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d6c998
)
(read_minibuf): Clear previous_echo_glyphs.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 3 May 1994 05:12:17 +0000
(
05:12
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 3 May 1994 05:12:17 +0000
(
05:12
+0000)
src/minibuf.c
patch
|
blob
|
history
diff --git
a/src/minibuf.c
b/src/minibuf.c
index d325ebca5ccfbafb2fb0e620010a722124684408..190e644db6dcd00e65342f87d39cc10c59a022e1 100644
(file)
--- a/
src/minibuf.c
+++ b/
src/minibuf.c
@@
-251,6
+251,8
@@
read_minibuf (map, initial, prompt, backup_n, expflag, histvar, histpos)
minibuf_prompt = (char *) alloca (XSTRING (prompt)->size + 1);
bcopy (XSTRING (prompt)->data, minibuf_prompt, XSTRING (prompt)->size + 1);
echo_area_glyphs = 0;
+ /* This is in case the minibuffer-setup-hook calls Fsit_for. */
+ previous_echo_glyphs = 0;
Vhelp_form = Vminibuffer_help_form;
current_buffer->keymap = map;